Welcome![Sign In][Sign Up]
Location:
Search - keil uvision3

Search list

[assembly languageDriver_MAX7219

Description: MAX7219驱动,使用Keil uVision3-MAX7219 drive, use Keil uVision3
Platform: | Size: 1024 | Author: zhi wei | Hits:

[SCMZAN3

Description: LCD显示驱动控制程序,用Keil uvision3打开-LCD display driver control procedures, with Keil uvision3 Open
Platform: | Size: 4322304 | Author: adsjkloi | Hits:

[SCMuvision3

Description: 介绍keil uvision3 的使用,文章可以使我们对uvison3有一个初步的了解-Keil uvision3 introduce the use of article uvison3 allows us to have a preliminary understanding of
Platform: | Size: 775168 | Author: yue | Hits:

[SCMstartup

Description: Keil uVision3例证代码NOMOD51 This file is part of the C51 Compiler package Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. Version 8.01-Keil uVision3 example code NOMOD51This file is part of the C51 Compiler package Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. Version 8.01
Platform: | Size: 2048 | Author: Braver | Hits:

[SCMDS12887

Description: DS12887时钟在单片机上的应用,C语言代码,Keil uVision3工程文件(修改后)-DS12887 clock in single-chip applications, C language code, Keil uVision3 project document (revised)
Platform: | Size: 25600 | Author: Tad | Hits:

[SCM12232C

Description: 12232C是一种图形点阵液晶显示器,它主要由行驱动器/ 列驱动器及122×32全点阵液晶显示器组成。可完成图形显示,也可以显示七个半(16×16点阵)汉字。 12232C在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明文档-12232C is a graphic dot-matrix liquid crystal displays, it mainly by the line drive/out drives and 122 × 32 full-dot-matrix liquid crystal display components. Graphical display to be completed, can also show that seven and a half (16 × 16 dot) characters. 12232C in SCM applications, C language source code, Keil uVision3 engineering documents, with schematics and documentation
Platform: | Size: 50176 | Author: Tad | Hits:

[SCMADC0809

Description: ADC0809是一款8通道复用的8位AD转换器,数据获取的关键部分是它的8位模/数转换器。这个部分主要是由3部分组成:256R的阶梯网络,连续逼近的电阻,和比较器。 ADC0809在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档-ADC0809 is an 8-channel multiplexed 8-bit AD converter, data acquisition is a key part of its 8-bit A/D converter. This part is mainly composed of 3 parts: 256R ladder network, successive approximation of resistance, and comparators. ADC0809 in SCM applications, C language source code, Keil uVision3 project file, with schematic diagram and description of study documents
Platform: | Size: 112640 | Author: Tad | Hits:

[SCMDAC0832

Description: DAC0832在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 -DAC0832 in SCM applications, C language source code, Keil uVision3 project file, with schematic diagram and description of study documents
Platform: | Size: 88064 | Author: Tad | Hits:

[SCM24C02

Description: I2C总线芯片24C02在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 I2C总线协议 I2C总线协议是一种常见的电子元器件通信协议,此协议的特点是利用很少的IO口进行信息的交互,除去片选和时钟同步外,实际的I2C总线协议仅仅通过两根线就完美解决了信息的交流。 I2C总线协议在我们提供的资料中可以找到,您可以阅读此资料来了解协议的内容和详细的规范。 虽然相较并口总线来说,I2C总线在速度上会慢一些,但它具有硬件电路简单,多个器件共享,操作简单等特点,所以被广泛的应用在很多种类的元器件中。 24C02 24C02就是一个标准的I2C总线应用元器件,我们的学习板也是通过此元器件来让初学者学习和掌握I2C总线协议。 24C02是一个非易失性的存储器件, 可以在断电的情况下长久保持内部的数据不被丢失。 -err
Platform: | Size: 21504 | Author: Tad | Hits:

[SCM62256

Description: 62256在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 62256简介: 62系列是最常用的单片机系统扩展RAM元器件,其类型有6216、6232、6264、62128、62256或62512等多种,62后面的数字表示此元器件中可以存储的位(单位:千bit),我们通常的说法是将此值除以8,比如62256将256除以8,我们一般称之为32K的RAM。 如果学习过二进制就可以知道,区分两个字节需要一根地址线就可以:0或者1;而区分四个字节需要2根地址线;区分八个字节需要三根地址线…..以此类推,我们可以计算出要区分32K的RAM区,需要15根地址线,也就是器件上面的A0-A14管脚用于确定唯一的一个字节内容。 我们现在学习的51单片机是8位的,所以必须用两个IO口来联接这个RAM器件,通常我们用P0(低字节)和P2(高字节)两个端口来确定此器件的地址,而P0口是51单片机标准的总线口,是地址线和数据线复用的,所以与62256联接时需要加一片锁存器来锁存地址。即先将地址送到锁存器(通常用74HC373)中,然后P0口空闲下来后开始接收或发送数据至62256。 -err
Platform: | Size: 18432 | Author: Tad | Hits:

[SCMSOUND

Description: 蜂鸣器在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 蜂鸣器的正极性的一端联接到5V电源上面,另一端联接到三极管的集电极,三极管的基级由单片机的P1.5管脚通过一个与非门来控制,当P1.5管脚为低时,与非门输出高电平,三极管导通,这样蜂鸣器的电流形成回路,发出声音。当P1.5管脚为高时,与非门输出低电平,三极管截止,蜂鸣器不发出声音。在这里与非门是作为非门来用的,这里采用一个非门的作用是为了防止系统上电时峰鸣器发出声音,以为系统复位以后,I/O口输出的是高电平。 用户可以通过程序控制P1.5管脚的置低和置高来使蜂鸣器发出声音和关闭。 蜂鸣器的声音大小及音调可以通过调整P1.5管脚的置高时间及输出的波形进行控制,这一点可以在调试程序的时候来试验。 -err
Platform: | Size: 15360 | Author: Tad | Hits:

[SCMLED

Description: 发光二极管在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档-Light-emitting diodes in the single-chip applications, C language source code, Keil uVision3 engineering documents, with schematic diagram and description of study documents
Platform: | Size: 20480 | Author: Tad | Hits:

[SCMHW

Description: 红外在单片机上的应用,C语言源码,Keil uVision3工程文件,附原理图及说明学习文档 红外接收电路采用集成红外接收器成品H1,接收器包括红外接收管和信号处理IC,均集成在红外接收器H1内。接收器对外只有3个引脚:Vcc、GND和一个脉冲信号输出PO。Vcc接系统的电源正极(+5V),GND接系统的地线,脉冲信号输出接CPU的中断输入引脚INT0。如果没有红外遥控信号到来,接收器的输出端口PO保持高电平,当接收到红外遥控信号时,接收器件信号转换成脉冲序列加到CPU的中断输入引脚。CPU定时器T0、T1都初始化为定时器工作方式1,T0的GATE位置位,这样T0只在INT0为高电平时计数。每次外部中断首先停止定时,记录T0、T1的计数值,然后将T0、T1的计数器清零,并重新启动定时。T0的值即为高电平脉冲,T1-T0的值为低电平脉宽。 红外发送电路是将单片机发送的信号(P2.7管脚),由一个38K的脉冲频率进行调制,并通过一个红外发射管发送出去。U11B和U11C及附加的电阻电容形成了一个38K脉冲发生器。 -err
Platform: | Size: 38912 | Author: Tad | Hits:

[SCMKAILULINK1_ULINK2

Description: KEIL uvision3最新版 中ulink1与ulink2并存以及注册机!!!非常好用-KEIL uvision3 in the latest version of ulink1 coexist with ulink2 and Zhuceji! ! ! Very easy to use
Platform: | Size: 601088 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSInline

Description: Keil公司提供的ARM7中有关内联函数的应用实例,开发环境Keil uvision3.-ARM7 inline function in the application, development environment Keil uvision3.
Platform: | Size: 17408 | Author: milaoshu | Hits:

[Other Embeded programProteus7.5SP3_and_Keil_uvision3_8.18a_AND_RealView

Description: Keil+RealView MDK不仅可以仿真单片机,还可以仿真ARM,这给学习微控制器的初学者和开发者带来了福音,不仅可以省下来一笔买开发板的开支,还可以加快学习和开发的进度。很多朋友在实现Keil与Proteus联调的时候不成功,不进行联调也可以仿真,就是每一次都需要进行手工加载,但这个很麻烦,也很浪费时间,进行联调之后就可以解除这个烦恼,也可以加快开发和学习的速度。本资料是作者自己编写的一个基于Proteus7.5 SP3和RealView MDK 3.70和Keil uVision3 8.18a的联调设置教程,DOC格式的。-Keil+ RealView MDK simulation not only single-chip, but also simulation ARM, which microcontrollers for beginners to learn and develop, bringing the gospel, not only saved to buy a development board expenses, can also speed up the learning and the progress of development. Many of my friends in the realization of Keil and Proteus when FBI fails, not the FBI can simulation, that is, every time the need for manual loading, but this is cumbersome, it is a waste of time, the FBI could be lifted after the trouble, you can speed up the pace of development and learning. This information is prepared by the author himself Proteus7.5 SP3 and based on the RealView MDK 3.70 and Keil uVision3 8.18a FBI set up the course, DOC format.
Platform: | Size: 1152000 | Author: mhb | Hits:

[SCMclk

Description: proteus 仿真,keil uVision3 进行编程的时钟实例,学习单片机的经典实例。-proteus simulation, keil uVision3 clock programming examples of the classic examples of single-chip learning.
Platform: | Size: 15360 | Author: 李浩 | Hits:

[SCMKeilUvision

Description: Keil+Uvision3是一个编译单片机程序的软件,很好用的,希望对大家有帮助-Keil+ Uvision3 is a single-chip process to compile software, very good use, and would like to help you
Platform: | Size: 25407488 | Author: 李白 | Hits:

[Embeded-SCM Developkeil

Description: 主要注重在于我们使用KEIL uvision3版本情况下的说明,基本上来说很实用的-Main focus is that we use the KEIL uvision3 version of the case shows, basically, a very practical
Platform: | Size: 54272 | Author: 秦家印 | Hits:

[SCM51-Keil-uVision3-

Description: 51单片机学习网Keil uVision3使用教程-51 Keil uVision3 SCM Tutorial Learning Network
Platform: | Size: 1017856 | Author: 吕咸耀 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net